Occurs when the value of a data-bound property is not accepted by the server.
Syntax
Private Sub AMUIExtension_OnInvalidPropertyValue(ByVal PropertyName As String, ByVal PropertySetName As String, ByVal OriginalValue As Variant, NewValue As Variant)(missing or bad snippet)
On Error GoTo error_handler
Exit Sub
error_handler:
MsgBox Err.Description
End Sub
General interface extension events